PDF4Java Reference Documentation
com.o2sol.pdf4java Package / PDFFixedDocument Class / setMarkInformation Method
A com.o2sol.pdf4java.logicalstructure.PDFMarkInformation object specifying whether the document conforms to Tagged PDF specification.
In This Topic
    setMarkInformation Method
    In This Topic
    Sets the document mark information.
    Syntax
    public void setMarkInformation( 
       PDFMarkInformation markInformation
    )

    Parameters

    markInformation
    A com.o2sol.pdf4java.logicalstructure.PDFMarkInformation object specifying whether the document conforms to Tagged PDF specification.
    See Also